home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm3 / cgitalk.rdm < prev    next >
Text File  |  1996-05-20  |  948b  |  19 lines

  1. Short:    AREXX/HTML CGI Script for AWS using SAY
  2. Author:   chris@robertson.rhein-main.de (Chris Robertson)
  3. Uploader: chris@robertson.rhein-main.de (Chris Robertson)
  4. Version:  1.0
  5. Type:     comm/tcp
  6. Requires: RexxReqTools.lha (util/rexx)
  7.  
  8. CGITalk is an AREXX script written for AWS (Amiga Web Server by Mike Meyer, on
  9. http://www.omnipresence.com). It may also run with the standard httpd, but will
  10. probably require a few alterations.
  11.  
  12. CGITalk, consisting of TALK.rexx and talk.html, acts as a gateway between your
  13. WWW page and the "say" command. It enables users to enter a message into a form
  14. using their browsers and specify some voice parameters (type, pitch, speed). Your
  15. Amiga will then speak this message to you. Simultaneously, a requester will pop
  16. up on your WB screen, prompting you for a reply. This reply will be turned back
  17. into HTML code, and the user on your WWW page will be able to read it. You can
  18. have a conversation this way. ;)
  19.